String Functions: Keep & Omit



<:set string "Basset Hounds got long ears">

	Let's start with the string "<:echo string>".
	
	Keeping the vowels gives us "<:keep string "aeiou">"

	Omiting the vowels gives us "<:omit string "aeiou">"
	

back to Quick Start